Vcenter Deployment Question AnswerSpec

Vcenter Deployment Question AnswerSpec
Vcenter Deployment Question AnswerSpec

The Vcenter Deployment Question AnswerSpec schema contains properties to describe the answer to a raised question.

This schema was added in vSphere API 6.7.

JSON Example
{
    "question_id": "string",
    "answer_val": "string"
}
string
question_id
Required

Id of the question being answered.

This property was added in vSphere API 6.7.

string
answer_val
Required

The answer value.

This property was added in vSphere API 6.7.